home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
src
/
scrub.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
2002-02-04
|
386b
|
19 lines
@echo off
REM This script scrubs the sources clean
REM Please don't check into cvs any files that are deleted by this script.
pushd %~dp0
pushd ..
if exist dqsd.exe del dqsd.exe
if exist DQSDTools.dll del DQSDTools.dll
if exist dqsdt253.dll del dqsdt253.dll
if exist dqsdt254.dll del dqsdt254.dll
if exist dqsdt255.dll del dqsdt255.dll
popd
call .\clean.cmd
popd